home *** CD-ROM | disk | FTP | other *** search
- Back to MENU
- Back to FUNCTIONS
-
- Paragraph
- ---------
-
- General:
-
- The paragraph is HTML's basic method of expressing a block of plain
- text.
-
- Syntax:
-
- <P> [Block of text] {</P>}
-
- The string [block of text] represents a string of indefinite length.
- The WWW browser will automatically format the text so that it is
- visible within the borders of the browser window. However, for the
- purposes of editing, it is easier to insert line breaks (with the
- return key) into paragraphs, so that the entire string is visible
- within the editing window. These line breaks are ignored by the WWW
- browser.
- The tag </P> is generally unnecessary, and only the fastidious coder
- will use it!
-
- Use:
-
- 1 - Position the cursor at the start of the paragraph.
- 2 - Double click on the "New Paragraph" item.
-
- Example:
-
- <P> Newmarket is one of England's more famous racecourses.</P>
-
- or...
-
- <P> Ascot racecourse is located within the county of Berkshire.
-
-